home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53696 / 53696.xpi / chrome / content / bin_category.xul < prev    next >
Extensible Markup Language  |  2009-12-06  |  780b  |  20 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/css" href="chrome://glide/content/glide.css"?>
  3. <dialog id="glide-bin-category-dialog" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  4.     title="Select Bin Category"
  5.     buttons="accept,cancel"
  6.     onload="glideBinCategoryDialog_Load()"
  7.     ondialogaccept="return glideBinCategoryDialog_Accept()">
  8.  
  9.     <script type="application/x-javascript" src="chrome://glide/content/bin_category.js"></script>
  10.  
  11.     <vbox>
  12.         <description class="instruction">Please choose the Bin category where you would like to save this item:</description>
  13.         <hbox>
  14.             <spacer flex="1"/>
  15.             <menulist id="glide-bin-categories-list" editable="false" oncommand="glideBinCategoryDialog_Selected(this)" />
  16.             <spacer flex="1"/>
  17.         </hbox>
  18.     </vbox>
  19. </dialog>
  20.